home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / MCIWND.PAK / MCIWNDX.RC < prev    next >
Text File  |  1997-05-06  |  622b  |  24 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/inputdia.rc>
  6. #include <owl/except.rc>
  7. #include "mciwndx.h"
  8.  
  9. IDM_APPMENU MENU 
  10. {
  11.  POPUP "&MCIWnd"
  12.  {
  13.   MENUITEM "&Exit", CM_EXIT
  14.  }
  15. }
  16.  
  17. IDD_MCIWNDDLG DIALOG 16, 66, 207, 71
  18. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  19. CAPTION "MCIWnd Sample"
  20. FONT 8, "MS Sans Serif"
  21. {
  22.  DEFPUSHBUTTON "OK", IDOK, 146, 17, 50, 14
  23. }
  24.